runtime.fixalloc.inuse (field)
9 uses
runtime (current package)
metrics.go#L441: a.mSpanInUse = uint64(mheap_.spanalloc.inuse)
metrics.go#L443: a.mCacheInUse = uint64(mheap_.cachealloc.inuse)
mfixalloc.go#L35: inuse uintptr // in-use bytes now
mfixalloc.go#L68: f.inuse = 0
mfixalloc.go#L82: f.inuse += f.size
mfixalloc.go#L99: f.inuse += f.size
mfixalloc.go#L104: f.inuse -= f.size
mstats.go#L542: memstats.mcache_inuse = uint64(mheap_.cachealloc.inuse)
mstats.go#L543: memstats.mspan_inuse = uint64(mheap_.spanalloc.inuse)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)